Skip to main content

Interface: CategoryProps

Category.CategoryProps

Properties

CategoryFeedProps

Optional CategoryFeedProps: CategoryFeedProps

Props to spread to Categoryfeed component

Default

{}

Defined in

Category/Category.tsx:70


FeedObjectProps

Optional FeedObjectProps: FeedObjectProps

Props to spread to single feed object

Default

empty object

Defined in

Category/Category.tsx:58


FeedSidebarProps

Optional FeedSidebarProps: StickyBoxProps

Props to spread to single feed object

Default

{top: 0, bottomBoundary: `#${id}`}

Defined in

Category/Category.tsx:64


category

Optional category: SCCategoryType

Category Object

Default

null

Defined in

Category/Category.tsx:40


categoryId

Optional categoryId: string | number

Id of the category for filter the feed

Default

null

Defined in

Category/Category.tsx:46


className

Optional className: string

Overrides or extends the styles applied to the component.

Default

null

Defined in

Category/Category.tsx:34


id

Optional id: string

Id of the feed object

Default

'feed'

Defined in

Category/Category.tsx:28


widgets

Optional widgets: SCFeedWidgetType[]

Widgets to be rendered into the feed

Default

[CategoriesFollowed, UserFollowed]

Defined in

Category/Category.tsx:52